std::thread::~thread

From Cppreference

Jump to: navigation, search
~thread();
(since C++11)

Destroys the thread object. If *this still has an associated running thread (i.e. joinable() == true), std::terminate() is called.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages